NSpGroup_ReleaseEnumeration
You can use theNSpGroup_ReleaseEnumeration
function to release memory held by the group enumeration structure.
void NSpGroup_ReleaseEnumeration ( NSpGameReference inGame, NSpGroupEnumerationPtr inGroups);
inGame
- An opaque reference to your game object.
inGroups
- A pointer to a group enumeration structure.
DESCRIPTION
For eachNSpGroup_GetEnumeration
call, you should execute a correspondingNSpGroup_ReleaseEnumeration
call to release the memory held byinGroups
.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help